projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26cf3f3
)
(dired-log): Use `insert-buffer-substring', not `insert-buffer'.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 18 Jul 2005 10:24:58 +0000
(10:24 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 18 Jul 2005 10:24:58 +0000
(10:24 +0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index a45395ecef96f3699f2adb05752b870d4d88956b..59884e025ba3991f6522b9198ed013e61d802e17 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-3004,7
+3004,7
@@
Thus, use \\[backward-page] to find the beginning of a group of errors."
(apply (function format) log args)
log)))
((bufferp log)
- (insert-buffer log))
+ (insert-buffer
-substring
log))
((eq t log)
(backward-page 1)
(unless (bolp)